home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 49
/
Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso
/
-serious-
/
misc
/
football
/
locale
/
english
/
user
/
flipschedule.data
< prev
next >
Wrap
Text File
|
1999-11-29
|
3KB
|
59 lines
/* English Translation for FlipSchedule.rexx */
var.1 = "fs_error = 'ERROR : (FlipSchedule)'"
var.2 = "fs_one = 'Unable to find '"
var.3 = "fs_two = 'Cannot read '"
var.4 = "fs_three = 'This program will only work on schedules created by the'"
var.5 = "fs_four = 'Scheduler program and NOT from a schedule file.'"
var.6 = "fs_txt1 = 'See 'ViewScheduleAndResults.rexx' for its equivalent.'"
var.7 = "fs_txt2 = 'FlipSchedule For Manual Schedule Files'"
var.8 = "fs_txt3 = 'This program will flip the schedule and display all the'"
var.9 = "fs_txt4 = 'alternate fixtures. If a schedule is not known, then it'"
var.10 = "fs_txt5 = 'is *learnt* using 'Enter Scores'. When the season is halfway'"
var.11 = "fs_txt6 = 'through, this program can be run to print the next half'"
var.12 = "fs_txt7 = 'of the seasons fixtures. A file '"
var.13 = "fs_txt8 = 'will be produced and can then be printed.'"
var.14 = "fs_txt9 = 'Working...'"
var.15 = "fs_txt0 = 'Schedule has been *flipped*.'"
var.16 = "fs_txta = 'The file '"
var.17 = "fs_txtb = ' can now be printed.'"
var.18 = "fs_txtc = 'Cannot open '"
var.19 = "fs_txtd = ' for writing.'"
var.20 = "fs_txte = ' for reading.'"
/* Please don't change the following lines */
setclip('VarCount',20)
do i = 1 to 20
call setclip('var.'i, var.i)
end
/*
49 - FlipSchedule.rexx --> say "ERROR : (FlipSchedule)"
51 - FlipSchedule.rexx --> say "Unable to find '"league_file || input_file"'."
57 - FlipSchedule.rexx --> say "ERROR : (FlipSchedule)"
59 - FlipSchedule.rexx --> say "Unable to find '"league_file || input2_file"'."
73 - FlipSchedule.rexx --> say "ERROR : (FlipSchedule)"
75 - FlipSchedule.rexx --> say "Cannot read '"league_file || input2_file"' datafile."
81 - FlipSchedule.rexx --> say "ERROR : (FlipSchedule)"
83 - FlipSchedule.rexx --> say "This program will only work on schedules created by the"
84 - FlipSchedule.rexx --> say "Scheduler program and NOT from a schedule file."
85 - FlipSchedule.rexx --> say "See 'ViewScheduleAndResults.rexx' for its equivalent."
91 - FlipSchedule.rexx --> say "FlipSchedule For Manual Schedule Files"
93 - FlipSchedule.rexx --> say "This program will flip the schedule and display all the"
94 - FlipSchedule.rexx --> say "alternate fixtures. If a schedule is not known, then it"
95 - FlipSchedule.rexx --> say "is 'learnt' using 'Enter Scores'. When the season is halfway"
96 - FlipSchedule.rexx --> say "through, this program can be run to print the next half"
97 - FlipSchedule.rexx --> say "of the seasons fixtures. A file '"league_file || output_file"'"
98 - FlipSchedule.rexx --> say "produced and can then be printed."
100 - FlipSchedule.rexx --> say "Working..."
118 - FlipSchedule.rexx --> say "Schedule has been 'flipped'."
119 - FlipSchedule.rexx --> say "The file '"league_file || output_file"' can now be printed."
125 - FlipSchedule.rexx --> say "ERROR : (FlipSchedule)"
127 - FlipSchedule.rexx --> say "Cannot open '"league_file || output_file"' for writing."
135 - FlipSchedule.rexx --> say "ERROR : (FlipSchedule)"
137 - FlipSchedule.rexx --> say "Cannot open '"league_file || input_file"' for reading."
*/